func reflect.groupAndSlotOf

2 uses

	reflect (current package)
		map.go#L53: 	group, slot := groupAndSlotOf(key, elem)
		map.go#L91: func groupAndSlotOf(ktyp, etyp Type) (Type, Type) {